home *** CD-ROM | disk | FTP | other *** search
/ Champak 26 (Anniversary Edition) / Volume 26 [Anniversary Edition] - JOGO DISK .iso / Puzzle / allout.swf / scripts / DefineButton2_155 / BUTTONCONDACTION on(release).as
Text File  |  2006-05-29  |  216b  |  14 lines

  1. on(release){
  2.    if(menustatus)
  3.    {
  4.       menu.gotoAndStop("off");
  5.       enetstatus--;
  6.    }
  7.    else
  8.    {
  9.       menu.gotoAndStop("on");
  10.       enetstatus++;
  11.       clickhere.gotoAndStop("stopmenu");
  12.    }
  13. }
  14.